home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / fmat.arc / FMAT.DOC < prev    next >
Text File  |  1988-03-19  |  403b  |  12 lines

  1. FMAT.COM is the compiled output of FMAT.PAS. It will format a floppy
  2. disk in about 45 seconds. The syntax to use is:
  3.  
  4. FMAT x: /n
  5.  
  6. where x: is the drive designator
  7.       /n is an optional switch that will speed things up by turning off
  8.          the verify process.
  9.  
  10. The Turbo Pascal source code is included and should be studied if you
  11. are going to recompile the program to make any changes.
  12.